home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 December
/
CMCD1203.ISO
/
Software
/
Complet
/
CINEBENCH 2003
/
resource
/
modules
/
objects
/
res
/
description
/
Ospline4side.h
< prev
next >
Wrap
C/C++ Source or Header
|
2003-02-27
|
483b
|
16 lines
#ifndef _Ospline4side_H_
#define _Ospline4side_H_
enum
{
PRIM_4SIDE_TYPE = 2120, // LONG - Type [0:Diamond; 1:Kite; 2:Parallelogram; 3:Trapezium]
PRIM_4SIDE_TYPE_DIAMOND = 0,
PRIM_4SIDE_TYPE_KITE = 1,
PRIM_4SIDE_TYPE_PARALLELOGRAM = 2,
PRIM_4SIDE_TYPE_TRAPEZIUM = 3,
PRIM_4SIDE_A = 2121, // REAL - a [>=0.0]
PRIM_4SIDE_B = 2122, // REAL - b [>=0.0]
PRIM_4SIDE_ANGLE = 2123 // REAL - Angle [>-Rad(90.0); <Rad(90.0)]
};
#endif